home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / ntsp3 / nt4sp3_i.exe / [0] / diredtu.htr < prev    next >
Text File  |  1997-05-01  |  3KB  |  84 lines

  1. <html>
  2. <%onerror error%>
  3. <title>Internet Service Manager <%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%> Directory Properties</title>
  4. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  5. <%if reqparam RF "bdir"%>
  6. <%redirect%>/scripts/iisadmin/ism.dll?dir/bdir+<%servname%>/diredt%+<%urlparam%>?rootdir?<%msgbody.rootdir%><%/redirect%>
  7. <%endif%>
  8. <%if reqparam RF "cancel"%>
  9. <%goto end%>
  10. <%endif%>
  11. <%if reqparam RF "help"%>
  12. <%redirecthttp%><%msgbody.helptopic%><%/redirecthttp%>
  13. <%endif%>
  14. <%if reqparam RF "rootiscm"%>
  15.  <%if reqparam NR "rootiscert"%>
  16.   Client certificate must be requested if mandatory checked<br>
  17.   <%goto retm%>
  18.  <%endif%>
  19.  <%if reqparam NR "rootisssl"%>
  20.   PCT/SSL channel must be mandatory for client certificate to be mandatory<br>
  21.   <%goto retm%>
  22.  <%endif%>
  23. <%endif%>
  24. <%if reqparam RF "doalias"%>
  25.  <%!AliasVirtDir "/" msgbody.rootaddr%>
  26. <%elif msgbody.rootishome EQ "1"%>
  27.  <%!PosVirtDir urlparam%>
  28.  <%if rootishome EQ 0%>
  29.   <%!CheckForVirtDir "/" msgbody.rootaddr%>
  30.  <%endif%>
  31. <%endif%>
  32. <%!PosVirtDir urlparam%>
  33. <%!Clear rootisread%>
  34. <%!Clear rootiswrite%>
  35. <%!Clear rootisexec%>
  36. <%!Clear rootisssl%>
  37. <%!Clear rootiscert%>
  38. <%!Clear rootiscm%>
  39. <%!Update%>
  40. <%label end%>
  41. <%redirect%>/scripts/iisadmin/ism.dll?<%servname%>/dir<%/redirect%>
  42. <%label retm%>
  43. <a href="/iisadmin/default.htm">Return to main menu</a>
  44. <%goto eof%>
  45. <%label error%>
  46. <%if reqstatus EQ 14000%>
  47. <form method="POST" action="/scripts/iisadmin/ism.dll?<%servname%>/diredtu+<%urlparam%>">
  48. A home directory already exists for this service. 
  49. Creating a new home directory will cause the existing directory 
  50. to no longer be a home directory. 
  51. An alias will be created for the existing home directory.<p>
  52. <input type="hidden" name=rootdir value="<%msgbody.rootdir%>">
  53. <input type="hidden" name=rootishome value="<%msgbody.rootishome%>">
  54. <input type="hidden" name=rootname value="<%msgbody.rootname%>">
  55. <input type="hidden" name=rootacctname value="<%msgbody.rootacctname%>">
  56. <input type="hidden" name=rootacctpw value="<%msgbody.rootacctpw%>">
  57. <input type="hidden" name=rootaddr value="<%msgbody.rootaddr%>">
  58. <%if reqparam RF "rootisread"%>
  59. <input type="hidden" name=rootisread value="<%msgbody.rootisread%>">
  60. <%endif%>
  61. <%if reqparam RF "rootiswrite"%>
  62. <input type="hidden" name=rootiswrite value="<%msgbody.rootiswrite%>">
  63. <%endif%>
  64. <%if reqparam RF "rootisexec"%>
  65. <input type="hidden" name=rootisexec value="<%msgbody.rootisexec%>">
  66. <%endif%>
  67. <%if reqparam RF "rootisssl"%>
  68. <input type="hidden" name=rootisssl value="<%msgbody.rootisssl%>">
  69. <%endif%>
  70. <%if reqparam RF "rootiscert"%>
  71. <input type="hidden" name=rootiscert value="<%msgbody.rootiscert%>">
  72. <%endif%>
  73. <%if reqparam RF "rootiscm"%>
  74. <input type="hidden" name=rootiscm value="<%msgbody.rootiscm%>">
  75. <%endif%>
  76. <input type="submit" name="doalias" value="     OK     ">
  77. <input type="submit" name="cancel" value=" Cancel ">
  78. </form>
  79. <%else%>
  80. Error encountered : <%reqstatus%>
  81. <a href="/iisadmin/default.htm">Return to main menu</a>
  82. <%endif%>
  83. <%label eof%>
  84. </body></html>